home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / techs.zip / TECH1.ZIP / READ.ME < prev   
Text File  |  1980-01-01  |  1KB  |  30 lines

  1. PROGRAM NAME: Inscrn2.PRG
  2.  
  3. DESCRIPTION:  Demonstrates the use of multiple input screens for
  4. each record.  
  5.  
  6. ISSUE: April, 1985
  7. PAGE:  D3-22
  8.  
  9. SOFTWARE VERSIONS:  dBASE III, versions 1.0, 1.1
  10.  
  11. FUNCTION:  This routine demonstrates multiple screen input forms
  12. using format files.  The user can page backward, forward, go to
  13. the first or last screen, or exit from the routine.  
  14.  
  15. FILES NEEDED: Inscrn2.PRG
  16.               Screen1.FMT
  17.           Screen2.FMT
  18.           Screen3.FMT     
  19.  
  20. SETUP INSTRUCTIONS:  In Inscrn2.PRG, substitute the names of your
  21. database file for Yourfile in the USE and INDEX command
  22. statements.  For each screen of your input form, create a format
  23. file.  Name your format files "Screen" plus the number of the
  24. screen in order of your input form.  For example, the first file
  25. should be named Screen1.FMT, the second Screen2.FMT, and so on.
  26. At the beginning of the program initialize the memory variable
  27. "lastpage" to the number of the last screen in your form.  To
  28. execute this routine, either from a dot prompt or a command file,
  29. type: DO Inscrn2.
  30.